﻿/* CSS Document */
html{overflow-y:scroll;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}table{border-collapse:collapse;border-spacing:0;}caption,th{text-align:left;}q:before,q:after{content:'';}object,embed{vertical-align:top;}h1,h2,h3,h4,h5,h6{font-size:100%;}img,abbr,acronym,fieldset{border:0;}ul li,ol li{list-style-type:none;}a,label{cursor:pointer;}img,svg{vertical-align:middle;margin:0;padding:0;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}button{border: none;cursor: pointer;}
body { margin:0; padding:0; font-size:12px; background:#ffffff;
	color: #434343;}
div,ul,li,dt,dl,dd,h1,h2,h3,h4,h5,h6,h7,img,p,span{ border-style: none;
	border-color: inherit;
	border-width: 0px;
	padding: 0;
	list-style-type:none;
	margin-top: 0;
	margin-bottom: 0;
}

img{display:block; max-width: 100%;
    width: auto;
  height: auto;
}

input:focus {
  outline: none;
}
/* Link */
a:link { text-decoration:none;}
a:visited {text-decoration:none;}
a:hover { text-decoration:none;}
a:active { outline: none; border:0px; background-color:Transparent;}
a{display:block;}
a{blr:expression(this.onFocus=this.blur()); outline:none;} 

.blank5{ width:100%; height:5px; clear:both;}
.blank10{ width:100%; height:10px; clear:both;}
.blank15{ width:100%; height:15px; clear:both;}
.blank20{ width:100%; height:20px; clear:both;}
.blank30{ width:100%; height:30px; clear:both;}
.blank40{ width:100%; height:40px; clear:both;}
.blank50{ width:100%; height:50px; clear:both;}
.blank60{ width:100%; height:60px; clear:both;}
.blank70{ width:100%; height:70px; clear:both;}
.blank80{ width:100%; height:80px; clear:both;}
.blank150{ width:100%; height:150px; clear:both;}

/*Clear*/
.clear{ clear:both; font-size:1px; height:0px; line-height:0px; overflow:hidden;}/*可用height:1px; overflow:hidden;来控制IE6默认的div的高为12~14px,用BR来做吧，用DIV不太好用*/
.clearfix::after {
  content:".";/*加一段内容*/
  display:block;/*让生成的元素以块级元素显示，占满剩余空间*/
  height:0;/*避免生成的内容破坏原有布局高度*/
  clear:both;/*清除浮动*/
  visibility:hidden;/*让生成的内容不可见*/
}
/*针对1920的宽屏*/
@font-face
{
	font-family: 思源黑体SC-Light;
	src: url(../fonts/思源黑体SC-Light.otf);
}
@font-face
{
	font-family: 思源黑体SC-Mediumt;
	src: url(../fonts/思源黑体SC-Medium.otf);
}
@font-face
{
	font-family: 思源黑体SC-Regular;
	src: url(../fonts/思源黑体SC-Regular.otf);
}
@font-face
{
	font-family: 思源黑体SC-Bold;
	src: url(../fonts/思源黑体SC-Bold.otf);
}
@font-face
{
	font-family: 思源黑体SC-Normal;
	src: url(../fonts/思源黑体SC-Normal.otf);
}
.max{ position:relative; overflow:hidden;}

.inner{width:70%; height:auto;  position:relative; z-index:50; margin:0 auto;}

/*首页*/
span {
	display: block;
}
.header {
	background: #ffffff;
	width: 100%;
	background: #ffffff;
    width: 100%;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 11;
}
.header .inner {
	width: 90%;
	position: relative;
}
.logo {
	float: left;
	margin-top: 0.4%;
	width: 15%;
}
.nav {
	float: left;
	width: 70%;
}
.header_right {
	width: 15%;
	float: right;
}
.header_right_photo {
	padding: 7% 0;
}
.header_right_photo > img {
	margin: 0 auto;
	float: right;
}
.header_right_box {
	display: block;
	background: #ffffff;
	display: none;
	position: absolute;
    right: -6%;
    top: 100%;
    width: 13%;
    z-index: 110000;
    height: 92.5vh;
}
.nav_list {
	text-align: right;
}
.nav_item {
	display: inline-block;
	padding: 2% 2%;
	margin-left: 1%;
}
.nav_item:hover a {
	color: #03adee;
}
.nav_item a {
	font-size: 16px;
	color: #333333;
	font-family: 思源黑体SC-Regular;
}
.nav_current {
	border-bottom: 2px solid #03adee;
}
.nav_current a {
	color: #03adee;
}
.header_right_item a {
	border-bottom: 1px solid #efefef;
	padding: 10% 0;
	width: 80%;
	margin: 0 10%;
}
.header_right_show {
	float: left;
	display: block;
}
.header_right_none {
	float:left;
	display: none;
}
.header_right_text {
	font-size: 16px;
	color: #333333;
	font-family: 思源黑体SC-Regular;
	margin-left: 10%;
	float: left;
}
.header_right_current {
	background: #00a1e9;
}
.header_right_current .header_right_none {
	display: block;
}
.header_right_current .header_right_show {
	display: none;
}
.header_right_current .header_right_text {
	color: #ffffff;
}
.header_right_current a {
	border-bottom: 1px solid #00a1e9;
}
.header_right_item:hover {
	background: #00a1e9;
}
.header_right_item:hover .header_right_none {
	display: block;
}
.header_right_item:hover .header_right_show {
	display: none;
}
.header_right_item:hover .header_right_text {
	color: #ffffff;
}
.header_right_item:hover a {
	border-bottom: 1px solid #00a1e9;
}
.header_right_item:last-of-type a {
	border-bottom: none;
}
.header_right_info {
	padding: 20% 10% 10% 10%;
}
.header_right_caption {
	font-size: 16px;
	color: #333333;
	font-family: 思源黑体SC-Regular;
	margin-bottom: 1%;
}
.header_right_tel {
	font-size: 22px;
	color: #333333;
	font-family: 思源黑体SC-Bold;
	padding-bottom: 12%;
	border-bottom: 1px dashed #dcdcdc;
	margin-bottom: 12%;
}
.header_right_ban {
	font-size: 12px;
	color: #333333;
	font-family: 思源黑体SC-Regular;
	margin-bottom: 25%;
}
.banner1 {
	position: relative;
}
.banner1 .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.banner1_title {
	background: url(../images/bg6.png) no-repeat left top;
	background-size: contain;
	padding: 26px 0 55px 50px;
}
.banner1_zh {
	font-size: 30px;
	color: #ffffff;
	font-family: 思源黑体SC-Bold;
}
.banner1_zh font {
	font-size: 28px;
	color: #ffffff;
	font-family: 思源黑体SC-Light;
	margin-left: 10px;
}
.banner1_en {
	font-size: 14px;
	color: #ffffff;
	font-family: 思源黑体SC-Regular;
}
.top {
	background: #f6f6f6;
	padding: 27px 0;
}
.dang_text {
	font-size: 14px;
	color: #666666;
	display: inline-block;
	font-family: 思源黑体SC-Regular;
}
.dang_link {
	font-size: 14px;
	color: #00a1e9;
	display: inline-block;
	font-family: 思源黑体SC-Regular;
}
.top_list {
	text-align: left;
}
.top_item {
	display: inline-block;
	margin-right: 1.5%;
	padding: 10px 0;
	font-size: 14px;
	color: #333333;
	border-radius: 50px;
	text-align: center;
	width: 10%;
	font-family: 思源黑体SC-Regular;
	border: 1px solid #d4d4d4;
}
.top_item a {
	color: #333333;
	display: block;
}
.top_list {
	margin-top: 2%;
}
.top_current {
	background: #00a1e9;
	border: 1px solid #00a1e9;
	
}
.top_current a {
	color: #ffffff;
}
.top_item:hover {
	background: #00a1e9;
	border: 1px solid #00a1e9;
}
.top_item:hover a {
	color: #ffffff;
}
.about_title {
	padding: 2% 0;
}
.about_zh {
	font-size: 24px;
	color: #333333;
	font-family: 思源黑体SC-Mediumt;
	text-align: center;
}
.about_en {
	font-size: 14px;
	color: #666666;
	font-family: 思源黑体SC-Normal;
	text-align: center;
	margin: 5px 0;
}
.about_title img {
	margin: 0 auto;
}
.about_jie_text {
	float: left;
	width: 50%;
	line-height: 23px;
	font-size: 14px;
	color: #333333;
}
.banner1 {
	height: 346px;
	width: 100%;
}
.banner1 img {
	width: 100%;
	height: 100%;
}
.about_jie_photo {
	width: 40%;
	float: right;
	background: url(../images/bg7.png) no-repeat center center;
	background-size: contain;
}
.about_jie_photo img {
	margin: 0 auto;
}
.about_jie {
	margin-bottom: 2.5%;
}
.about_wen {
	background: url(../images/bg8.jpg) no-repeat left top;
	background-size: 100% 100%;
	padding-bottom: 2%;
}
.about_wen .about_zh {
	color: #ffffff;
}
.about_wen .about_en {
	color: #ffffff;
}
.about_wen_caption {
	padding: 1% 0;
	font-size: 16px;
	color: #ffffff;
	line-height: 25px;
	font-family: 思源黑体SC-Normal;
	text-align: center;
}
.about_wen_list {
	margin: 3% 0 3% -2%;
}
.about_wen_item {
	width: 23%;
	background: #ffffff;
	float: left;
	margin-left: 2%;
}
.about_wen_box {
	padding: 8%;
}
.about_wen_num {
	font-size: 36px;
	color: #0e6eb8;
	font-family: 思源黑体SC-Bold;
	font-style:italic;
	display: inline-block;
}
.about_wen_title {
	font-size: 24px;
	color: #333333;
	font-family: 思源黑体SC-Bold;
	margin-left: 10px;
	display: inline-block;
	margin-top: 9px;
}
.about_wen_text {
	font-size: 14px;
	color: #333333;
	line-height: 25px;
	padding: 6% 0 0 0;
	margin: 6% 0 0 0;
	border-top: 1px solid #eeeeee;
}
.about_honor{
	background: #f6f6f6;
}
.about_honor1 {
	display: none;
}
.about_banner {
	padding-bottom: 5%;
	position: relative;
}
.about_banner .swiper-pagination {
	width: 100%;
	text-align: center;
	bottom: 20px;
}
.about_banner .swiper-pagination-bullet {
	margin: 0 0.5%;
	background: #dadada;
	opacity: 1;
}
.about_banner .swiper-pagination-bullet-active {
	background: #00a1e9;
	opacity: 1;
}
.footer {
	background: #0e6eb8;
	border-top: 2px solid #00a1e9;
}
.footer_list {
	text-align: center;
}
.footer_item {
	display: inline-block;
	padding: 1% 0;
	width: 8%;
	position: relative;
}
.footer_item a {
	font-size: 14px;
	color: #ffffff;
	font-family: 思源黑体SC-Regular;
}
.footer_item::before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/ico11.png) no-repeat right center;
	background-size: contain;
	width: 5px;
	height: 10px;
}
.footer_item:last-of-type::before {
	background: inherit;
}
.footer_logo {
	padding: 2% 0;
}
.footer_logo img {
	margin: 0 auto;
}
.footer_info {
	text-align: center;
	margin-bottom: 2%;
}
.footer_text {
	font-size: 12px;
	color: #ffffff;
	display: inline-block;
	margin-left: 4%;
	font-family: 思源黑体SC-Regular;
}
.small {
	padding: 1% 0;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	border-top: 1px solid #005fa9;
}

/*案例*/
.main {
	min-height: 600px;
	position: relative;
    z-index: 1;
}
.eg_list {
	margin-left: -2%;
	margin-top: 3%;
}
.eg_item {
	width: 23%;
	margin-left: 2%;
	float: left;
	overflow: hidden;
	position: relative;
	margin-bottom: 2%;
	transition:all 0.4s linear;
-ms-transition:all 0.4s linear;
-moz-transition:all 0.4s linear;
-webkit-transition:all 0.4s linear;
-o-transition:all 0.4s linear;
}
.eg_title {
	background: rgba(14,110,184,0.5);
	padding: 8px 0;
	width: 80%;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	font-family: 思源黑体SC-Regular;
}
.eg_model {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(14,110,184,0.5);
	padding: 21% 0;
	opacity: 0;
	
}
.eg_text {
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	padding-bottom: 6%;
	font-family: 思源黑体SC-Regular;

}
.eg_model img {
	margin: 0 auto;
}
.eg_item:hover .eg_model {
	opacity: 1;
	transition:all 0.4s linear;
-ms-transition:all 0.4s linear;
-moz-transition:all 0.4s linear;
-webkit-transition:all 0.4s linear;
-o-transition:all 0.4s linear;
}
.eg_item:hover .eg_title {
	display: none;
}
.fan {
	text-align: center;
	margin: 2% 0 5% 0;
}
.fan_box {
	width: 91%;
	text-align: center;
	display: inline-block;
}
.fan_box > a {
	display: inline-block;
	font-size: 14px;
	color: #999999;
	margin: 0 1%;
	font-family: 思源黑体SC-Regular;
}
.fan > a {
	width: 4%;
}
.fan > a:first-of-type {
	float: left;
}
.fan > a:last-of-type {
	float: right;
	text-align: right;
}
.fan > a:last-of-type img {
	float: right;
}

/*案列详情*/
.eg_ex_top {
	margin: 2% 0;
}
.eg_ex_photo {
	width: 45%;
	float: left;
}
.eg_ex_right {
	width: 50%;
	float: right;
}
.eg_ex_title {
	font-size: 20px;
	color: #333333;
	position: relative;
	font-family: 思源黑体SC-Bold;
	padding-left: 50px;
}
.eg_ex_title::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 30px;
	height: 2px;
	background: #0e6eb8;
}
.eg_ex_caption {
	font-size: 16px;
	color: #333333;
	font-family: 思源黑体SC-Bold;
	margin: 5% 0 2% 0;
}
.eg_ex_text {
	font-size: 14px;
	color: #333333;
	line-height: 25px;
	font-family: 思源黑体SC-Regular;
}
.eg_ex_section_title {
	display: inline-block;
	background: #037cc1;
	padding: 8px 15px;
	font-size: 16px;
	color: #ffffff;
	font-family: 思源黑体SC-Regular;
}
.box {
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	padding: 2% 0;
	margin-bottom: 2%;
}
.box img {
	margin:0 auto;
	display: inline-block;
	width: 750px;
}
.box span {
	font-size: 14px;
	color: #333333;
	font-family: 思源黑体SC-Regular;
	line-height: 25px;
}
.eg_ex_link {
	display: block;
}
.eg_ex_link span {
	font-size: 14px;
	color: #333333;
	display: inline-block;
	font-family: 思源黑体SC-Regular;
}
.eg_ex_section {
	padding-bottom: 3%;
}
.eg_ex_current {
	color: #00a1e9 !important;
}

/*新闻*/
.news_list {
	margin: 2% 0 2% -2%;
}
.news_item {
	width: 23%;
	margin-left: 2%;
	margin-bottom: 2%;
	float: left;
}
.news_time {
	font-size: 12px;
	color: #666666;
	font-family: 思源黑体SC-Regular;
	margin: 8px 0 5px 0;
}
.news_title {
	font-size: 16px;
	color: #333333;
	font-family: 思源黑体SC-Regular;
	padding-bottom: 10px;
	border-bottom: 1px solid #f4f4f4;
}
.news_heng {
	width: 10%;
	height: 3px;
	margin-top: -1.5px;
	background: #0e6eb8;
	transition: all 0.5s ease-in-out;
}
.news_text {
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	font-family: 思源黑体SC-Regular;
	margin: 10px 0;
}
.news_link {
	font-size: 12px;
	color: #999999;
	font-family: 思源黑体SC-Regular;
}
.news_item:hover .news_title {
	color: #00a1e9;
}
.news_item:hover .news_link {
	color: #00a1e9;
}
.news_item:hover .news_heng {
	width: 100%;
	background: #00a1e9;
}
/*新闻详情*/
.news_ex_title {
	font-size: 20px;
	color: #333333;
	font-family: 思源黑体SC-Bold;
	padding: 2% 0 10px 0;
}
.news_ex_time {
	font-size: 14px;
	color: #666666;
	font-family: 思源黑体SC-Regular;
	padding-bottom: 1%;
}
.news_ex_section {
	padding-bottom: 3%;
}

/*加入我们*/
.join_list {
	margin-top: 2%;
}
.join_item {
	border: 1px solid #e7e7e7;
	padding: 2%;
	margin-bottom: 2%;
	position: relative;
	overflow-y: hidden;
}
.join_title {
	font-size: 20px;
	color: #333333;
	font-family: 思源黑体SC-Regular;
	margin-bottom: 10px;
}
.join_price {
	font-size: 18px;
display: none;
	color: #03adee;
	font-family: 思源黑体SC-Regular;
	margin-bottom: 20px;
}
.join_caption {
	font-size: 14px;
display: none;
	color: #666666;
	margin-bottom: 20px;
	font-family: 思源黑体SC-Regular;
}
.join_explain {
	font-size: 14px;
	color: #666666;
	font-family: 思源黑体SC-Regular;
	line-height: 25px;
}
.join_text {
	font-size: 14px;
	color: #666666;
	font-family: 思源黑体SC-Regular;
	height: 18px;
}
.join_text p {
height: 22px;	
}
.join_text1 p {
height: initial;	
}
.join_text1 {
	height: inherit !important;
}
.join_photo {
	position: absolute;
	top: 12%;
	right: 2%;
}
.join_photo1 {
	position: absolute;
	right: 2%;
	bottom: 12%;
	display: none;
}

/*联系我们*/
.map {
	padding: 2% 0;
	width: 100%;
}
.con_block {
	border: 1px solid #e5e5e5;
	padding: 4% 2%;
	margin-bottom: 5%;
}
.con_area {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.con_logo {
	width: 25%;
}
.con_logo img {
	margin: 0 auto;
}
.con_box {
	width: 55%;
	padding: 0 3%;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
.con_code {
	width: 20%;
}
.con_code img {
	margin: 0 auto;
	width: 50%;
}
.con_info {
	width: 66%;
    margin: 0 auto;
	padding: 4% 0;
	border-top: 1px solid #e5e5e5;
}
.con_info:first-of-type {
	border-top: none;
	padding: 2% 0 4% 0;
}
.con_info img {
	float: left;
}
.con_info_text {
	font-size: 14px;
	content: #333333;
	font-family: 思源黑体SC-Regular;
	margin-left: 15px;
	float: left;
	margin-top: 5px;
}
.con_text {
	font-size: 14px;
	color: #333333;
	font-family: 思源黑体SC-Regular;
	float: left;
	width: 15%;
}
.con_item input {
	width: 85%;
	float: right;
	font-size: 14px;
	color: #333333;
	font-family: 思源黑体SC-Regular;
	border: none;
}
.con_item {
	margin-right: 3%;
	padding-bottom: 10px;
	float: left;
	border-bottom: 1px solid #dcdcdc;
}
.con_item1 {
	width: 25%;
}
.con_item2 {
	width: 25%;
}
.con_item3 {
	width: 30%;
}
.con_btu {
	width: 10%;
	padding: 8px 0;
	background: #00a1e9;
	font-size: 14px;
	color: #ffffff;
	font-family: 思源黑体SC-Regular;
}
.con_form {
	margin: 5% auto 0 auto;
	width: 93.5%;
}

/*首页*/
.header_show {
	display: block;
}
.header_none {
	display: none;
}
.index_header .inner {
	width: 90%;
}
.index_header .header_right_box {
	height: 92.5vh;
}
.header_none1 {
	display: none;
}
.section {
	width: 100vw;
	height: 100vh;
}
.section .inner {
	width: 90%;
}
.index_header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #ffffff;
	z-index: 111;
}
.index_banner {
	position: relative;
}
.index_banner img {
	height: 100vh;
	    width: 100vw;
}
.index_banner .swiper-pagination {
	right: inherit !important;
	left: 10%;
	top: 45%;
}
.index_banner .swiper-pagination-bullet {
	display: block  !important;
	margin: 15px 0 !important;
	background: inherit !important;
	opacity: 1 !important;
	border-radius: 0 !important;
	position: relative;
	color: #ffffff !important;
	padding-left: 60px;
}
.index_banner .swiper-pagination-bullet::after {
	content: '';
	position: absolute;
	width: 50px !important;
	height: 1px !important;
	background: #ffffff !important;
	left: 0;
	top: 100%;
	transform: translateY(-50%);
}
.index_banner .swiper-pagination-bullet-active {
	padding-left: 80px;
}
.index_banner .swiper-pagination-bullet-active::after {
	content: '';
	position: absolute;
	width: 70px !important;
	height: 1px !important;
	background: #ffffff !important;
	left: 0;
	top: 100%;
	transform: translateY(-50%);
}
.index_banner .swiper-pagination-bullet-active::before {
	content: '';
	position: absolute;
	width: 0;
	  height: 0;
	  border-top: 5px solid transparent;
	  border-bottom: 5px solid transparent;
	  border-left: 5px solid #ffffff;
	right: -25px;
	top: 100%;
	transform: translateY(-50%);
}
.index_solution {
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1111;
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index_solution_title {
	float: left;
	background: #0e6eb8;
	padding: 16.8px 20px;
	font-size: 20px;
	color: #ffffff;
	font-family: 思源黑体SC-Bold;
	text-align: center;
}
.index_solution_info {
	float: left;
	background: #ffffff;
	padding: 10px 20px;
}
.index_solution_info img {
	display: inline-block;
}
.index_solution_text {
	display: inline-block;
	font-size: 14px;
	color: #333333;
	font-family: 思源黑体SC-Regular;
	margin-top: 10px;
}

/*第二屏*/
.index_about {
	background: url(../images/bg1.jpg) no-repeat top left;
	background-size: 100vw 100vh;
	position: relative;
	padding: 5% 0 8% 0;
	height: 95vh;
	margin-top: 2.5%;
}
.index_about_left {
	width: 12%;
	float: left;
}
.index_about_right {
	width: 73%;
	float: right;
}
.index_title_zh {
	font-size: 30px;
	color: #ffffff;
	font-family: 思源黑体SC-Bold;
}
.index_title_en {
	font-size: 16px;
	color: #ffffff;
	font-family: 思源黑体SC-Regular;
	padding: 0px 0 15px 0;
	margin-bottom: 30px;
	position: relative;
}
.index_title_en::before {
	content: '';
	position: absolute;
	width: 181px;
	height: 1px;
	background: #ffffff;
	left: 0;
	bottom: 0;
}
.index_title_link {
	font-size: 12px;
	color: #ffffff;
	font-family: 思源黑体SC-Regular;
	padding-right: 40px;
	position: relative;
	display: inline-block;
}
.index_title_link::before {
	content: '';
	position: absolute;
	width: 21px;
	height: 6px;
	background: url(../images/jian1.png) no-repeat right center;
	right: 0;
	top: 35%;
	transform: translateX(-50%);
} 
.index_about_top {
	text-align: right;
	margin-top: 2%;
}
.index_about_top_text {
	width: 15%;
	padding: 8px 0;
	font-size: 14px;
	color: #ffffff;
	font-size: 14px;
	background: inherit;
	border: 1px solid #ffffff;
	border-radius: 50px;
	text-align: center;
	margin-left: 2%;
	float: left;
	display: inline-block;
}
.index_about_top_text a {
	color:#ffffff;
}
.index_about_top_current {
	background: #00a1e9;
	border: 1px solid #00a1e9;
}
.index_about_section {
	margin-top: 8%;
}
.index_about_block {
	background: #ffffff;
	padding: 10px;
	display:none;
}
.index_about_info {
	width: 48%;
	float: left;
}
.index_about_photo {
	width: 48%;
	float: right;
}
.index_about_title {
	font-size: 24px;
	color: #333333;
	font-family: 思源黑体SC-Bold;
	padding: 5% 0 3% 4%;
}
.index_about_text {
	font-size: 16px;
	color: #333333;
	font-family: 思源黑体SC-Regular;
	line-height: 28px;
	height: 230px;
	overflow: hidden;
	padding: 0 0 0 4%;
	margin-bottom: 5%;
}
.index_about_link {
	margin-left: 4%;
	background: #00a1e9;
	width: 23%;
	border-radius: 50px;
	padding: 8px 0;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	font-family: 思源黑体SC-Regular;
}

/*第三屏*/
.index_eg {
	background: url(../images/bg2.jpg) no-repeat left top;
	background-size: contain;
	height: 95vh;
    position: relative;
    padding: 5% 0 8% 0;
	margin-top: 2.5%;
}
.index_eg_top .index_title {
	float: left;
}
.index_eg_top1 {
	text-align: right;
	margin-top: 2%;
	width: 60%;
	float: right;
}
.index_eg_top_text {
	width: 15%;
	padding: 8px 0;
	font-size: 14px;
	color: #ffffff;
	font-size: 14px;
	background: inherit;
	border: 1px solid #ffffff;
	border-radius: 50px;
	text-align: center;
	margin-left: 2%;
	display: inline-block;
}
.index_eg_top_current {
	background: #00a1e9;
	border: 1px solid #00a1e9;
}
.index_eg_section {
	margin-top: 2%;
}
.index_eg_photo {
	width: 35%;
	float: left;
	margin-left: 5%;
	border: 5px solid #ebebeb;
}
.index_eg_area {
	width: 55%;
	float: right;
	margin-top: 5%;
}
.index_eg_area .index_about_link {
	width: 13%;
	margin-top: 6%;
}
.index_eg_title {
	font-size: 20px;
	color: #333333;
	font-family: 思源黑体SC-Bold;
	padding-left: 40px;
	position: relative;
	margin-bottom: 3%;
}
.index_eg_title::after {
	content: '';
	position: absolute;
	width: 30px;
	height: 3px;
	background: #0e6eb8;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.index_eg_text {
	font-size: 14px;
	color: #333333;
	font-family: 思源黑体SC-Regular;
	line-height: 28px;
	padding-left: 40px;
}
.index_eg_link {
	background: #00a1e9;
	width: 10%;
	margin-left: 40px;
	font-size: 14px;
	color: #ffffff;
	font-family: 思源黑体SC-Regular;
	padding: 8px 0;
	border-radius: 50px;
	text-align: center;
	position: relative;
	margin-top: 3%;
}
.index_eg_link::before {
	content: '';
	position: absolute;
	width: 60px;
	height: 1px;
	background: #03adee;
	top: 50%;
	right: -34%;
	transform: translateY(-50%);
}
.index_eg_block {
	display: none;
}
.index_eg_banner {
	position: relative;
}
.index_eg_banner .swiper-button-next {
	background: url(../images/jian3.png) no-repeat right center;
	background-size: 34px 34px;
	width: 34px;
	height: 34px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	outline: none;
	margin-top: 0;
}
.index_eg_banner .swiper-button-prev {
	background: url(../images/jian2.png) no-repeat right center;
	background-size: 34px 34px;
	width: 34px;
	height: 34px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	outline: none;
	margin-top: 0;
}
.index_eg_banner .swiper-container {
	width: 90%;
	margin: 2% auto;
}
.index_eg_banner .swiper-slide {
	position: relative;
}
.index_eg_box {
	position: absolute;
	background: rgba(0,161,233,0.5);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*第四屏*/
.index_news {
	background: url(../images/bg3.jpg) no-repeat left top;
	background-size: cover;
	height: 95vh;
    position: relative;
    padding: 10% 0 8% 5%;
	margin-top: 2.5%;
}
.index_news_left {
	float: left;
	width: 10%;
	position: relative;
}
.index_news_section {
	float: right;
	width: 85%;
	background: #ffffff;
	padding: 20px 20px 50px 11px
}

.index_new_banner .news_item {
	width: 100%;
	margin-bottom: 30px;
}
.index_new_banner .swiper-pagination1 {
	text-align: center;
	width: 100%;
}
.index_new_banner .swiper-pagination2 {
	text-align: center;
	width: 100%;
}
.index_new_banner .swiper-pagination-bullet{
	margin: 0 0.5%;
}
.index_new_banner .swiper-pagination-bullet-active{
	background: #00a1e9;
}
.index_news_text {
	width: 60%;
	border-radius: 50px;
	padding: 8px 0;
	font-size: 14px;
	color: #ffffff;
	border: 1px solid #ffffff;
	text-align: center;
	font-family: 思源黑体SC-Regular;
	margin-top: 10%;
}
.index_news_top {
	margin-top: 20%;
}
.index_news_current {
	background: #ffffff;
	color: #037cc1;
}
.index_news .index_title_link {
	position: absolute;
	left: 0;
	bottom: -14%;
}

/*第五屏*/
.index_contact {
	background: url(../images/bg4.jpg) no-repeat left top;
	background-size: contain;
	height: 95vh;
    position: relative;
    padding: 5% 0 8% 0;
	margin-top: 2.5%;
}
.index_contact_title {
	margin: 0% 0 2% 0;
}
.index_contact_zh {
	font-size: 30px;
	color: #ffffff;
	font-family: 思源黑体SC-Bold;
	text-align: center;
}
.index_contact_en {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	font-family: 思源黑体SC-Regular;
	margin: 5px 0;
}
.index_contact_heng {
	width: 20%;
	height: 1px;
	background: #ffffff;
	margin: 0 auto;
}
.index_contact .con_block {
	border: none;
	background: #ffffff;
	margin-bottom: 2%;
}
.index_con_friend {
	text-align: left;
}
.index_con_friend_title {
	display: inline-block;
	background: url(../images/ico10.png) no-repeat left center;
	background-size: 20px 20px;
	font-size: 14px;
	color: #666666;
	padding-left: 30px;
}
.index_con_friend_link {
	font-size: 14px;
	color: #666666;
	display: inline-block;
	margin-right: 8px;
	padding-bottom: 3px;
}
.index_con_friend_link:hover {
	text-decoration: underline;
}
.index_footer {
	background: #0e6eb8;
	padding: 8px 0;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}
.index_footer_ul {
	float: left;
	text-align: left;
}
.index_footer_item {
	display: inline-block;
}
.index_footer_item a {
	font-size: 12px;
	color: #56c8ff;
	font-family: 思源黑体SC-Regular;
}

.small1 {
	display: inline-block;
	float: right;
	font-size: 12px;
	color: #56c8ff;
	font-family: 思源黑体SC-Regular;
}
.index_eg_banner1 {
		display: none;
	}
	.index_news_left1 {
		display: none;
	}
	.index_news_section1 {
		display: none;
	}
	.index_title_link1 {
		display: none;
	}
	.index_banner_hide {
		display: none;
	}

.top_item_none {
	display: none;
}
.index_about_top_none {
	display: none;
}
@media (max-width: 1440px) and (min-width: 1300px) {
	.about_wen_text {
		
		padding: 2% 0 0 0;
   		 margin: 2% 0 0 0;
	}
	.header_right_item a {
		padding: 6% 0;
	}
	.header_right_info {
		    padding: 10% 10% 10% 10%;
	}
	.header_right_ban {
		margin-bottom: 12%;
	}

.about_honor1 {
	display: none;
}
	.about_wen_box {
		padding: 2% 4%;
	}
	.con_logo {
		padding-right: 2%;
	}
	.header_right_box {
		right: -6%;
    	width: 17%;
	}
	.index_about_link  {
		width: 45%;
	}
	.index_about {
		padding: 9% 0 8% 0;
	}
	.index_eg_section {
		margin-top: 4%;
	}
	.index_eg_link {
		width: 15%;
	}
	.index_title_en::before {
		width: 140%;
	}
	.index_news_text  {
		width: 90%;
	}
	.index_eg_banner1 {
		display: none;
	}
	.about_wen_item {
		width: 100%;
		float: none;
		height: inherit !important;
		margin-bottom: 15px;
	}
	.index_news_left1 {
		display: none;
	}
	.index_news_section1 {
		display: none;
	}
	.index_title_link1 {
		display: none;
	}
	.index_banner_hide {
		display: none;
	}
	.con_info {
		width: 72%;
	    margin: 0 auto;
		padding: 4% 0;
		border-top: 1px solid #e5e5e5;
	}

.top_item_none {
	display: none;
}
.index_about_top_none {
	display: none;
}
}
@media (max-width: 1299px) and (min-width: 1100px) {
	.con_info {
		width: 86%;
	}
	.header_right_info {
		    padding: 10% 10% 10% 10%;
	}
	.header_right_ban {
		margin-bottom: 15%;
	}

.header_right_item a {
		padding: 6% 0;
	}
.about_honor1 {
	display: none;
}
	.about_wen_text {
		
		padding: 2% 0 0 0;
   		 margin: 2% 0 0 0;
	}
	.about_wen_box {
		padding: 2% 4%;
	}
	.about_wen_item {
		width: 100%;
		float: none;
		height: inherit !important;
		margin-bottom: 15px;
	}
	.header_right_box {
		right: -6%;
    	width: 17%;
	}
	.about_wen_text {
		height: 60%;
		overflow-y: hidden; 
	}
	.con_text {
		width: 20%;
	}
	.con_item input {
		width: 70%;
	}
	.con_logo {
		padding-right: 2%;
	}
	.banner1_zh {
		font-size: 23px;
	}
	.banner1_title {
		background-size: contain;
	}
	.logo {
		margin-top: 0.8%;
	}
	.header_right_photo > img {
		width: 27%;
	}
	.header_right_photo {
		padding: 9% 0;
	}
	.join_text {
		height: 28px;
	}
	.eg_title {
		font-size: 13px;
	}
	.eg_text  {
		font-size: 16px;
	}
	.about_wen_title {
		font-size: 22px;
	}
	.about_wen_num  {
		font-size: 31px;
	}
	.header_right_photo > img.header_none {
		width: 20%;
	}
	.index_about  {
		padding: 12% 0 8% 0;
	}
	.index_about_left  {
		width: 16%;
	}
	.index_about_link {
		width: 50%;
	}
	.index_title_en {
		margin-bottom: 12px;
	}
	.index_eg_link {
		width: 20%;
	}
	.index_eg_section {
		margin-top: 8%;
	}
	.index_news_left{
		width: 16%;
	}
	.index_news_section {
		width: 78%;
	}
	.index_contact_title {
		margin: 0% 0 9% 0;
	}
	.index_eg_banner1 {
		display: none;
	}
	.index_news_left1 {
		display: none;
	}
	.index_news_section1 {
		display: none;
	}
	.index_title_link1 {
		display: none;
	}
	.index_banner_hide {
		display: none;
	}

.top_item_none {
	display: none;
}
.index_about_top_none {
	display: none;
}
}
@media (max-width: 1099px) and (min-width: 978px) {
	.con_info {
		width: 80%;
	}
	.header_right_info {
		    padding: 10% 10% 10% 10%;
	}
	.header_right_ban {
		margin-bottom: 15%;
	}

.header_right_item a {
		padding: 6% 0;
	}
.about_honor1 {
	display: none;
}
	.about_wen_text {
		
		padding: 2% 0 0 0;
   		 margin: 2% 0 0 0;
	}
	.about_wen_box {
		padding: 2% 4%;
	}
	.about_wen_item {
		width: 100%;
		float: none;
		height: inherit !important;
		margin-bottom: 15px;
	}
	.header_right_box {
		right: -9%;
    	width: 22%;
	}
	.nav {
		width: 79%;
	}
	.header_right {
		width: 4%;
	}
	.header_right_photo {
		padding: 32% 0;
	}
	.logo {
		margin-top: 1.2%;
	}
	.banner1_zh {
		font-size: 20px;
	}
	.top_item {
		width: 17%;
	}
	.banner1_title {
		background-size: contain;
	}
	.about_wen_num {
		font-size: 32px;
	}
	.about_wen_title {
		font-size: 20px;
	}
	.eg_item {
		width: 31%;
		margin-left: 2%;
	}
	.news_item {
		width: 31%;
	}
	.join_text {
		height: 28px;
	}
	.inner {
		width: 85%;
	}
	.con_text {
		width: 20%;
	}
	.con_item input {
		width: 70%;
	}
	.con_logo {
		padding-right: 2%;
	}
	.index_about {
		padding: 14% 0 8% 0;
	}
	.index_about_left {
		width: 18%;
	}
	.index_about_top_text{
		width: 21%;
	}
	.index_about_link {
		width: 56%;
	}
	.index_eg_top_text {
		width: 24%;
	}
	.index_eg_link {
		width: 19%;
	}
	.index_eg_section {
		margin-top: 9%;
	}
	.index_eg_banner .swiper-button-next {
		background-size: 22px 22px;
		width: 22px;
		height: 22px;
	}
	.index_eg_banner .swiper-button-prev {
		background-size: 22px 22px;
		width: 22px;
		height: 22px;
	}
	.index_news_left{
		width: 16%;
	}
	.index_news_section {
		width: 78%;
	}
	.index_contact_title {
		margin: 0% 0 9% 0;
	}
	.index_news {
		padding: 17% 0 8% 5%;
	}
	.index_eg_banner1 {
		display: none;
	}
	.index_news_left1 {
		display: none;
	}
	.index_news_section1 {
		display: none;
	}.index_title_link1 {
		display: none;
	}
	.index_banner_hide {
		display: none;
	}

.top_item_none {
	display: none;
}
.index_about_top_none {
	display: none;
}
}
@media (max-width: 977px) and (min-width: 768px) {
	.about_wen_text {
		
		padding: 2% 0 0 0;
   		 margin: 2% 0 0 0;
	}
.header_right_info {
		    padding: 10% 10% 10% 10%;
	}
	.header_right_ban {
		margin-bottom: 15%;
	}
	.header_right_item a {
		padding: 6% 0;
	}
.about_honor1 {
	display: none;
}
	.about_wen_box {
		padding: 2% 4%;
	}
	.about_wen_item {
		width: 100%;
		float: none;
		height: inherit !important;
		margin-bottom: 15px;
	}
	.header_right_box {
		right: -5%;
    	width: 22%;
	}
	.header .inner {
		width: 90%;
	}
	.nav {
		width: 78%;
	}
	.header_right {
		width: 4%;
	}
	.header_right_photo {
		padding: 30% 0;
	}
	.logo {
		margin-top: 1.2%;
	}
	.nav_item a {
		font-size: 14px;
	}
	.banner1_zh {
		font-size: 20px;
	}
	.banner1_title {
		background-size: contain;
		padding: 11px 0 41px 50px;
	}
	.footer_item {
		width: 9%;
	}
	.footer_item::before {
		background-size: inherit;
		width: 0;
		height: 0;
	}
	.footer_logo img {
		width: 20%;
	}
	.con_area {
		display: block;
	}
	.con_logo {
		width: 100%;
	}
	.con_logo img {
		width: 35%;
	}
	.con_box {
		width: 100%;
		margin: 3% 0;
		border: none;
	}
	.con_code {
		width: 100%;
	}
	.con_item1 {
		width: 48%;
		margin-right: 0;
	}
	.con_item2 {
		width: 48%;
		margin-right: 0;
		margin-left: 4%;
	}
	.con_item3 {
		width: 48%;
		margin-top: 3%;
		margin-right: 4%;
	}
	.con_btu {
		width: 30%;
    	margin-top: 3%;
	}
	.top {
		padding: 15px 0;
	}
	.join_text {
		height: 28px;
	}
	.top_item {
		width: 17%;
	}
	.eg_item {
		width: 31%;
		margin-left: 2%;
	}
	.news_item {
		width: 31%;
	}
	.fan_box {
		width: 82%;
	}
	.fan > a {
		width: 8%;
	}
	.inner {
		width: 82%;
	}
	.about_jie_text {
		float: none;
		width: 100%;
	}
	.about_jie_photo {
		float: none;
		margin: 3% auto 0 auto;
	}
	.eg_ex_photo  {
		float: none;
		margin: 0 auto 3% auto;
	}
	.eg_ex_right {
		float: none;
		width: 100%;
	}
	.eg_ex_caption {
		margin: 2% 0;
	}
	.index_solution {
		flex-wrap: wrap;
	}
	.index_about {
		padding: 18% 0 8% 0;
	}
	.index_about_left  {
		width: 20%;
	}
	.index_about_top_text {
		width: 26%;
	}
	.index_about_right {
		width: 70%;
	}
	.index_about_link {
		width: 60%;
	}
	.index_title_zh {
		font-size: 22px;
	}
	.index_title_en {
		font-size: 14px;
	}
	.index_eg_top_text {
		width: 29%;
	}
	.index_eg_link {
		width: 25%;
	}
	.index_eg_banner .swiper-button-next {
		background-size: 22px 22px;
		width: 22px;
		height: 22px;
	}
	.index_eg_banner .swiper-button-prev {
		background-size: 22px 22px;
		width: 22px;
		height: 22px;
	}
	.index_eg_area {
		width: 70%;
	     float: inherit; 
	    margin: 5% auto 0 auto;
	    margin-top: 5%;
	}
	.index_eg .index_title_link {
		color: #333333;
	}
	.index_eg_photo {
		width: 47%;
    	margin: 0 auto;
    	float: inherit;
	}
	.index_news_left {
		width: 20%;
	}
	.index_news_section {
		width: 73%;
	}
	.index_contact .con_logo {
	    width: 78%;
	    margin: 0 auto;
	}
	.index_contact .con_box {
		margin: 1% 0;
	}
	.index_contact .con_info {
		padding: 2% 0;
	}
	.index_eg_banner1 {
		display: none;
	}
	.index_news_left1 {
		display: none;
	}
	.index_news_section1 {
		display: none;
	}
	.index_title_link1 {
		display: none;
	}
	.index_banner_show {
		display: none;
	}

.top_item_none {
	display: none;
}
.index_about_top_none {
	display: none;
}
}
@media (max-width: 767px) {
	.inner {
		width: 94% !important;
	}
	.header .inner {
		width: 94%;
	}

.about_honor1 {
	display: block;
}

.about_honor {
	display: none;
}
	.nav {
		display: none;
	}
	
	.logo {
		width: 30%;
		margin: 1.4% 0;
	}
	.header_right_photo {
		padding: 20% 0;
    	width: 100%;
	}
	.header_right_photo > img {
		width: 50%;
	}
	.nav_item a {
		font-size: 14px;
	}
	.banner1_zh {
		    font-size: 18px;
    text-align: center;
	}
	.banner1_en {
		font-size: 12px;
    text-align: center;
	}
	.banner1_zh font {
		    font-size: 20px;
		    line-height: 20px;
	}
	.header_right_box{
		width: 65%;
    	right: -4%;
	}
	.header_right_item a {
		padding: 7% 0;
	}
	.header_right_info {
		padding: 5% 10%;
	}
	.header_right_code {
		margin: 0 auto;
	}
	.banner1_title {
		background-size: contain;
	    padding: 0;
	    margin-top: 10%;
	    background: inherit;
	}
	.footer_item {
		width: 26%;
	}
	.footer_item::before {
		background-size: inherit;
		width: 0;
		height: 0;
	}
	.footer_logo img {
		width: 32%;
	}
	.con_area {
		display: block;
	}
	.con_logo {
		width: 100%;
	}
	.con_logo img {
		width: 30%;
	}
	.con_box {
		width: 100%;
		margin: 3% 0;
		border: none;
	}
	.con_code {
		width: 100%;
	}
	.con_item1 {
		width: 100%;
		margin-right: 0;
	}
	.con_item2 {
		width: 100%;
		margin-right: 0;
		margin-top: 3%;
		margin-left: 0%;
	}
	.con_item3 {
		width: 100%;
		margin-top: 3%;
		margin-right: 0%;
	}
	.con_btu {
		width: 100%;
    	margin-top: 3%;
	}
	.top {
		padding: 15px 0;
	}
	.join_text {
		height: 35px;
		line-height: 35px;
	}
	.top_item {
		width: 31%;
		padding: 5px 0;
		float: left;
	}
	.about_zh{
		font-size: 18px;
	}
	.about_en {
		font-size: 12px;
	}
	.about_title img {
		width: 7%;
	}
	.about_jie_photo {
		width: 85%;
	}
	.about_wen_item {
		width: 98%;
		margin-bottom: 3%;
		height: inherit !important;
	}
	.about_banner .swiper-pagination {
		bottom: 14px;
		left: 0;
	}
	.about_banner {
		padding: 2% 0 12% 0;
	}
	.about_wen_title {
		font-size: 18px;
	}
	.about_wen_num {
		font-size: 28px;
	}
	.eg_list {
		margin-left:0;
	}
	.eg_item {
		width: 48%;
    	margin-left: 4%;
	}
	.eg_item:nth-child(odd) {
		margin-left: 0;
	}
	.eg_title {
		width: 100%;
	}
	.news_item {
		width: 100%;
    	padding: 0 6%;
	    margin-left: 0;
	    margin-bottom: 5%;
	}
	.news_link {
		margin-top: 3%;
	}
	.news_item img {
		margin: 0 auto;
	}
	.news_text {
		display: none;
	}
	.news_item:nth-child(odd) {
		margin-left: 0;
	}
	.fan_box {
		width: 82%;
	}
	.fan > a {
		width: 8%;
	}
	.news_ex_title  {
		font-size: 16px;
	}
	.about_jie_text {
		float: none;
		width: 100%;
	}
	.about_jie_photo {
		float: none;
		margin: 3% auto 0 auto;
	}
	.eg_ex_photo  {
		float: none;
		width: 100%;
		margin: 0 auto 3% auto;
	}
	.eg_ex_right {
		float: none;
		width: 100%;
	}
	.eg_ex_caption {
		margin: 2% 0;
	}
	.con_info_text {
		margin-left: 10px;
		font-size: 13px;
	}
	.small {
		padding: 2% 0;
	}
	.fan{
		display: none;
	}
	.join_title {
		font-size: 16px;
	}
	.join_price {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.join_photo {
		width: 4%;
	}
	.join_photo1 {
		width: 4%;
	}
	.index_solution {
		display: block;
	}
	.index_solution_title {
		width: 96%;
    	margin-left: 2%;
	}
	.index_solution_info {
		width: 48%;
		padding: 5px 10px;
	}
	.index_solution_info:nth-child(even) {
		margin-left: 2%;
	}
	.index_solution_text {
		font-size: 12px;
	}
	.index_about_left {
		width: 100%;
		float: none;
	}
	.index_title {
	}
	.index_title_zh {
		font-size: 16px;
    margin-right: 13px;
	}
	.index_title_en {
		padding: 0px 0 10px 0;
    margin-bottom: 10px;
	}
	.index_about_right {
		width: 100%;
		float: none;
	}
	.index_about_top_text {
		width: 30%;
	}
	.index_about {
		padding: 10% 0 8% 0;
		background: url(../images/sp3.png) no-repeat left top;
		background-size: cover;
	}
	.index_about_title {
		font-size: 18px;
		padding: 0 0 0 4%;
	}
	.index_solution_info img {
		width: 20%;
	}
	.index_about_text {
		font-size: 13px;
		margin-bottom: 15px;
    height: initial;
		overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  line-height: 23px;
	}
	.index_about_info {
		width: 100%;
		float: none;
		height: inherit !important;
	}
	.index_about_photo {
		float: none;
		margin: 5% auto;
		width: 69%;
		height: inherit !important;
	}
	.index_about_section {
		margin-top: 4%;
	}
	.index_about_link {
		width: 35%;
		margin: 0 auto;
	}
	.index_eg {
		    padding: 9% 0 8% 0;
		    background: url(../images/sp1.png) no-repeat left top;
		    background-size: contain;
	}
	.index_eg_top .index_title {
		float: none;
	}
	.index_eg_top1 {
		float: none;
		text-align: center;
    margin-top: 5%;
    width: 100%;
	}
	.index_eg_top_text {
		width: 30%;
		padding: 5px 0;
	}
	.index_eg_area {
		width: 100%;
	     float: inherit; 
	    margin: 3% auto 0 auto;
	}
	.index_eg_photo {
		width: 68%;
    	margin: 0 auto;
    	float: inherit;
	}
	.index_eg_title {
		font-size: 16px;
		padding-top: 8px;
		text-align: center;
		padding-left: 0;
	}
	.index_eg_text {
		line-height: 23px;
		padding-left: 0;
		overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  display: none;
	}
	.index_eg_link{
		width: 55%;
	}
	.index_eg_title::after {
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.index_eg_banner {
		display: none;
	}
	.index_eg_banner1 {
		display: block;
		position: relative;
	}
	.index_eg_banner1 .swiper-container {
	    width: 80%;
	    margin: 5% auto;
	}
	.index_eg_banner1 .swiper-button-next {
	    background: url(../images/jian3.png) no-repeat right center;
	    background-size: 20px 20px;
	    width: 20px;
	    height: 20px;
	    position: absolute;
	    right: 0;
	    top: 50%;
	    transform: translateY(-50%);
	    outline: none;
	    margin-top: 0;
	}
	.index_eg_banner1 .swiper-button-prev {
	    background: url(../images/jian2.png) no-repeat right center;
	    background-size: 20px 20px;
	    width: 20px;
	    height: 20px;
	    position: absolute;
	    right: 0;
	    top: 50%;
	    transform: translateY(-50%);
	    outline: none;
	    margin-top: 0;
	}
	.index_eg_banner1 .swiper-wrapper {
		width: 95%;
		margin: 0 auto;
	}
	.index_eg_section  {
		margin-top: 5%;
	}
	.index_contact_zh {
		font-size: 18px;
		margin: 0 0 5px 0;
	}
	.index_contact_en {
		font-size: 14px;
	}
	.index_contact .con_info {
		padding: 2%;
	}
	.index_contact .con_box {
		margin: 0;
	}
	.index_contact .con_code img {
		width: 20%;
		display: none;
	}
	.index_contact .con_form {
		margin: 2% auto 0 auto;
	}
	.index_contact .small1 {
		float: none;
		text-align: center;
		display: block;
	}
	.index_contact .index_con_friend {
		text-align: center;
	}
	.index_contact .index_con_friend_link {
		font-size: 12px;
	}
	.index_contact .index_footer_ul {
		float: none;
		text-align: center;
		display: none;
	}
	.index_news_left {
		float: none;
		width: 100%;
		height: inherit !important;
	}
	.index_news_section {
		float: none;
		width: 100%;
	}
	.banner1 {
		height: inherit;
		width: inherit;
	}
	.index_news_text {
		width: 45%;
	    padding: 5px 0;
	    font-size: 14px;
	    display: inline-block;
   		margin-top: 2%;
   		margin-left: 2%;
	}
	.index_news_top {
		margin-top: 3%;
	}
	.index_news_left {
		display: none;
	}
	.index_news_left1 {
		display: block;
	}
	.index_news {
		padding: 10% 0 8% 3%;
	}
	.index_news_section {
		display: none;
	}
	.index_news_section1 {
		display: block;
		background: #ffffff;
    	padding: 20px 20px 50px 20px;
    	margin-top: 20px;
    	width: 97%;
	}
	.index_news_section1 .news_item {
		padding: 0;
	}
	.index_new_banner1 .swiper-pagination1 {
    text-align: center;
    width: 100%;
	}
	.index_new_banner1 .swiper-pagination2 {
    text-align: center;
    width: 100%;
	}
	.index_new_banner1 .swiper-pagination-bullet {
	    margin: 0 0.5%;
	}
	.index_new_banner1 .swiper-pagination-bullet-active {
	    background: #00a1e9;
	}
	.index_title_link1 {
		font-size: 12px;
	    color: #ffffff;
	    font-family: 思源黑体SC-Regular;
	    padding-right: 40px;
	    position: relative;
	    display: inline-block;
	}
	.index_title_link1::before {
    content: '';
    position: absolute;
    width: 21px;
    height: 6px;
    background: url(../images/jian1.png) no-repeat right center;
    right: 0;
    top: 35%;
    transform: translateX(-50%);
	}
	.index_eg_top_current {
		background: #00a1e9;
	    border: 1px solid #00a1e9;
	    color: #ffffff;
	}
	.index_contact .con_block {
		padding: 5% 5% 2% 5%;
	}
	.index_about_top {
		margin-top: 4%;
	}
	.index_banner_show {
		display: none;
	}
	.index_banner_hide {
		display: block;
	}
	.index_contact {
		background: url(../images/sp2.png) no-repeat left top;
		background-size: contain;
		padding: 8% 0 8% 0;
	}
	.con_info {
		width: 100%;
	}
	.index_eg_link::before {
		background: #ffffff;
	}
	.header_right_tel {
		font-size: 19px;
		display: inline-block;
		border-bottom: none;
	}
	.header_right_ban {
		border-top: 1px dashed #dcdcdc;
		margin-bottom: 3%;
	}
	.header_right_caption {
		display: inline-block;
	}
	.con_info img {
		width: 20px;
		height: 20px;
	}
	.join_caption {
		margin-bottom: 10px;
	}

.top_item_show {
	display: none;
}
.top_item_none {
	display: block;
}
.index_about_top_none {
	display: block;
}
.index_about_top_show {
	display: none;
}
}


